Adding Actions and Outlets to a New Class
Because it's easier to add actions and outlets to a new class than to an existing class, it's a good idea to make a complete list of all the actions and outlets your class will need and add them all to the new class.
To add actions and outlets to a new class:
-
In the Classes display of the nib file window, click the button for an action or outlet beside your class's name.
-
Choose Classes > Add Action or Classes > Add Outlet.
-
Type the name of your action or outlet over the default name, and press Return.
© 1999 Apple Computer, Inc.